home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / speed33c.zip / SPEED33C.TXT < prev   
Text File  |  1990-05-08  |  2KB  |  61 lines

  1.                         SPEED33C.EXE
  2.  
  3. This program modifies the system operating characteristics.
  4. SPEED33C has a command line process.
  5.  
  6. COMMAND LINE
  7. SPEED33C may be invoked via a batch file.
  8. The following commands are accepted:
  9.  
  10.         1)  HIGH        Sets the system to 33 MHz and enables
  11.             any memory cache installed in the system.
  12.  
  13.         2)  MEDIUM      Sets the system to 33 MHz with
  14.             memory cache disabled.
  15.  
  16.         3)  LOW         This command slows the system down to 8 MHz
  17.             and disables memory cache.  This allows for speed
  18.             compatibility with the original AT 8 MHz machine
  19.             and is mainly used for speed sensitive programs.
  20.  
  21.         4)  ON          Moves the system BIOS into RAM.
  22.             This allows BIOS calls to execute faster.  If a video ROM
  23.             is present, then it is also moved into RAM for faster screen
  24.             updates.
  25.  
  26.         5)  OFF         This command has the opposite effect of ON.
  27.  
  28.  
  29. EXAMPLE:
  30.  
  31. SPEED33C HIGH ON
  32.  
  33. Sets the processor speed to 33 MHz, relocates the BIOS to RAM, and enables
  34. the memory cache.
  35.  
  36.  
  37. The commands may be abbreviated to the first two characters.
  38. The defaults are HIGH and ON if any parameter is omitted.
  39.  
  40.  
  41. DETAILS
  42.  
  43. If you have memory cache, then switch SW7 should be on.
  44.  
  45. The BIOS is moved into the last 384 KB of the 16 MB boundary on all
  46. machines (even 1 MB).  This is done in hardware by mapping the last
  47. 384 KB of the first MB into the last 384 KB of the 16 MB address space.
  48. The BIOS is then copied into that area and is write-protected.
  49.  
  50. Some system boards have switch settings that enable you to change the bus speed.
  51. These switches must be in the recommended position for proper bus speed
  52. switching.  Your installation guide contains instructions for the switch
  53. settings.
  54.  
  55. 386-TO-THE-MAX relocates the BIOS automatically.  In this case, use
  56. the OFF parameter when running SPEED33C.
  57.  
  58. Quarterdeck's QEMM can relocate the BIOS.  Use the OFF parameter
  59. when QEMM is loaded.
  60.  
  61.